projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9a6fb0
)
GtkEntryCompletion: fix warning
author
Lars Uebernickel
<lars@uebernic.de>
Sun, 3 Nov 2013 18:08:41 +0000
(19:08 +0100)
committer
Lars Uebernickel
<lars@uebernic.de>
Sun, 3 Nov 2013 18:08:41 +0000
(19:08 +0100)
gtk/gtkentrycompletion.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentrycompletion.c
b/gtk/gtkentrycompletion.c
index f0f16fc827b1417ece943348be9b0bee94e5f0cc..3ac13ff396d68ebb0f1108db108ac2edd1914bbb 100644
(file)
--- a/
gtk/gtkentrycompletion.c
+++ b/
gtk/gtkentrycompletion.c
@@
-834,7
+834,7
@@
gtk_entry_completion_clear_text_column_renderer (GtkEntryCompletion *completion)
GtkCellArea *area;
area = gtk_entry_completion_get_area (GTK_CELL_LAYOUT (completion));
- gtk_cell_layout_clear (
area
);
+ gtk_cell_layout_clear (
GTK_CELL_LAYOUT (area)
);
completion->priv->text_column = -1;
g_object_notify (G_OBJECT (completion), "text_column");